runtime.heapArena.pageMarks (field)
9 uses
runtime (current package)
mgc.go#L1743: clear(ha.pageMarks[:])
mgcmark.go#L1616: if arena.pageMarks[pageIdx]&pageMask == 0 {
mgcmark.go#L1617: atomic.Or8(&arena.pageMarks[pageIdx], pageMask)
mgcmark.go#L1704: if arena.pageMarks[pageIdx]&pageMask == 0 {
mgcmark.go#L1705: atomic.Or8(&arena.pageMarks[pageIdx], pageMask)
mheap.go#L277: pageMarks [pagesPerArena / 8]uint8
mheap.go#L877: marked := ha.pageMarks[arenaPage/8:]
mwbbuf.go#L254: if arena.pageMarks[pageIdx]&pageMask == 0 {
mwbbuf.go#L255: atomic.Or8(&arena.pageMarks[pageIdx], pageMask)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |